home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 25
/
Mac Magazin and MacEasy Magazine CD - Issue 25.iso
/
Grafik & Text
/
Alpha
/
Tcl
/
UserCode
/
README.Black
< prev
next >
Wrap
Text File
|
1996-08-15
|
3KB
|
82 lines
FILE: README.black
LAST UPDATE: 2/11/93 6:24:55 AM
DESCRIPTION
The directories ElectricAlias and UserCode contain a number of TCL scripts
for use with Pete Keleher's Alpha Text Editor (version 5.3). Each TCL
script is more or less self contained and includes a moderate amount of
documentation. In addition, there is a folder containing electricAlias's in
support of the script/proc electricAlias. Use these procedures together or
independently.
You may freely copy and distribute this archive provided this README file
remains with it. These files are freeware for all REGISTERED users of
Alpha. These files are not to be sold for profit. SEE COPYRIGHT below.
INSTALLATION
Place these files in $HOME:Tcl. Then read the comments at the top of
UserBits.tcl.
CHANGES
selectFunc -- new
setBackupFolder -- bug fix
sortLines -- new
CONTENTS
Procs:
canon.tcl -- batch rename of identifiers forces alphabetic case (mpw-like)
compare-windows.tcl -- EMACs-like comparision of two windows
date.tcl -- obtain the current time
editLastFile.tcl -- keeps a stack of files edited in a session
electricAlias Help -- documentation for electricAlias
electricAlias.tcl -- typing aid (see documentation)
electricEnter.tcl -- add MPW-like functionality for ENTER key
listFuncs.tcl -- extract a list of all functions in current file
number.tcl -- insert Roman/Alphabetic numbers
reverseLines.tcl -- what it says (use with sortLines)
selectFunc.tcl -- similar to searchFunc, but selects entire definition
setAwkMode.tcl -- new mode for changeModes
setBackupFolder -- changes the backup folder based on a file's location
setMailMode.tcl -- new mode for changeModes
setPascalMode.tcl -- new mode for changeModes
setPerlMode.tcl -- new mode for changeModes
setVar.tcl -- keep old procs working
sortLines.tcl -- variation allows case & space insensitive sorting
unknown.tcl -- a must-have to augment Alpha
update.tcl -- semi-automatic text file timestamp facility
Aliases:
aliases -- GLOBAL electricAliases
aliases.Awk -- AWK programming language templates
aliases.C -- C programming language template
aliases.Csh -- Cshell programming language template
aliases.Pas -- Pascal programming language template
aliases.Perl -- Perl programming language template
aliases.Tcl -- TCL programming language template
aliases.Text -- Text file electricAliases (memo templates, etc.)
aliases.Vlg -- Verilog
COPYRIGHT:
Copyright © by David C. Black
All rights reserved.
Redistribution and use in source and binary forms are permitted
provided that the above copyright notice and this paragraph are
duplicated in all such forms and that any documentation,
advertising materials, and other materials related to such
distribution and use acknowledge that the software was developed
by David C. Black.
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
###############################################################################